netscp

Net::SCPimplementstheSCP(SecureCoPy)clientprotocol,allowingRubyprogramstosecurelyandprogrammaticallytransferindividualfilesorentire ...,Net::SCPimplementstheSCP(SecureCoPy)clientprotocol,allowingRubyprogramstosecurelyandprogrammaticallytransferindividualfilesorentire ...,net-scp2.0.0.ApureRubyimplementationoftheSCPclientprotocol.Gemfile:=複製已複製.安裝:=版本列表:4.0.0-October18,2022(31.0KB);4...

Class: Net:

Net::SCP implements the SCP (Secure CoPy) client protocol, allowing Ruby programs to securely and programmatically transfer individual files or entire ...

Class: Net::SCP — Documentation for net

Net::SCP implements the SCP (Secure CoPy) client protocol, allowing Ruby programs to securely and programmatically transfer individual files or entire ...

net-scp

net-scp 2.0.0. A pure Ruby implementation of the SCP client protocol. Gemfile: = 複製 已複製. 安裝: = 版本列表: 4.0.0 - October 18, 2022 (31.0 KB); 4.0.0.rc1 ...

net-scp | RubyGems.org

net-scp 1.2.1. A pure Ruby implementation of the SCP client protocol. Gemfile: = 複製 已複製. 安裝: = 版本列表: 4.0.0 - October 18, 2022 (31.0 KB); 4.0.0.rc1 ...

net-sshnet-scp

Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to ...

Net:

Net::SCP implements the SCP (Secure CoPy) client protocol, allowing Ruby programs to securely and programmatically transfer individual files or entire ...

Net::SCP

Perl extension for secure copy protocol.

使用Net::SSH和Net::SCP编写Linux服务器管理脚本

Net::SSH和Net::SCP是两个Ruby操作SSH的gem包。Net::SSH相当于cmd,专门用于执行命令;Net::SCP专门用于传输文件。它们俩结合,可以做任何SSH client能做的事情。